home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc1_2_x
/
fretext1.sit
/
Free Text Help_Services v1.01
/
card_19120.txt
< prev
next >
Wrap
Text File
|
1990-04-13
|
750b
|
24 lines
-- card: 19120 from stack: in.01
-- bmap block id: 0
-- flags: 0000
-- background id: 3166
-- name:
-- part contents for background part 1
----- text -----
* function to logically OR two subsets, and put the resulting union
* of sets into the first of the two
*
* ("ORSUBSETS", subsetHandle1, subsetHandle2)
* -- returns quietly with nothing if it successfully ORs all bits
* in the first subset flag array with the second array; beeps
* and gives an error msg if it fails somehow...
*
* routine to get rid of a subset and release that memory:
*
* ("RELEASESUBSET", subsetHandle)
* -- returns quietly with nothing if successful in releasing the
* subsetHandle, or noisily with an error message if it fails...
*